home *** CD-ROM | disk | FTP | other *** search
/ SGI Cosmo Software 1997 May / SGI Cosmo Software 1997 May.iso / docs6.2 / help / Jvb.helpmap < prev    next >
Text File  |  1997-05-23  |  10KB  |  287 lines

  1. /
  2. ! Jvb Helpmap file
  3. !
  4. ! This file is merged into the program's X resource database on startup.
  5. ! All items must conform to standard app-defaults file syntax.
  6. ! This file allows you to define Help menu items and Help topics for a 
  7. ! program. There are a few Help menu items defined by the Help menu code 
  8. ! (such as Click for Help and Product Information.) If you don't see a 
  9. ! Help menu item in this file, and it appears on the Help menu, you need 
  10. ! to talk to the developers about changing/removing it.
  11. !
  12. !
  13. ! Help menu item syntax for non Click-for-Help items
  14. ! __________________________________________________
  15. !
  16. !       Help menu items must be named with sequential numbers starting
  17. !    with 1. The syntax for identifying a menu item is as follows:
  18. !    
  19. !    toplevelwindow*toplevelwindow1
  20. !    
  21. !        Examples:
  22. !        CosmoCode*CosmoCode1
  23. !        Jvb*Jvb1
  24. !
  25. !
  26. !    An item is one of:
  27. !
  28. !        ITEM        - Normal Help menu item
  29. !        SUBMENU        - Start a submenu
  30. !        SEP        - Insert menu separator
  31. !        SKIP        - Skip this item
  32. !
  33. !    To create a menu item that links directly to a web page:
  34. !
  35. !    Jvb*Jvb1:        ITEM
  36. !    Jvb*Jvb1.labelString:    menu item label (text that appears on the menu)
  37. !    Jvb*Jvb1.HelpKey:    Help_to_display (for Cosmo Code, a file URL)
  38. !
  39. !    
  40. !    To create a separator:
  41. !    Jvb*Jvb2:        SEP
  42. !
  43. !    To create a submenu, mark the item as SUBMENU and then create
  44. !    items for the submenu. For example:
  45. !
  46. !    Jvb*Jvb3:        SUBMENU
  47. !    Jvb*Jvb3.labelString:   MySub
  48. !
  49. !    Jvb*MySub1:         ITEM
  50. !    Jvb*MySub1.labelString: Foo
  51. !    Jvb*MySub1.HelpKey:     Help_to_display (for CCode, a file URL)
  52. ! ****If your supermenu label string is more than one word, type it as one
  53. !     word in the Helpmap, and be sure that the app defaults file for the
  54. !     product contains the following line: 
  55. !
  56. !           *HelpMenu.YourWords.labelString: Your Words
  57. !     
  58. !     This causes the actual menu label to be Your Words.*****
  59. !                
  60. !
  61. !    Jvb*Jvb4:        ITEM
  62. !    Jvb*Jvb4.labelString:    menu item label
  63. !    Jvb*Jvb4.HelpKey:    Help_to_display (for Cosmo Code, a file URL)
  64. !
  65. ! Items with a HelpKey of 'TBD' will be grayed out on the Help menu.
  66. !
  67. !
  68. ! Default Help Topic to Display
  69. ! -----------------------------
  70. !
  71. ! You should specify a default Help page that will be
  72. ! displayed if a menu item does not have a Help topic. Use the 
  73. ! defaultHelpKey resource to do this.
  74. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  75.  
  76.  
  77. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  78. ! Default Help topic for Visual Builder window           !
  79. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  80.  
  81.  
  82. Jvb*Jvb.defaultHelpKey: \
  83.         file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?doc_home.htm
  84.  
  85.  
  86. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  87. ! Non-click for Help menu items for Visual Builder window           !
  88. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  89.  
  90.  
  91. Jvb*Jvb1:        ITEM
  92. Jvb*Jvb1.labelString:    Home Page
  93. Jvb*Jvb1.HelpKey: file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?doc_home.htm
  94.  
  95. Jvb*Jvb2:        ITEM
  96. Jvb*Jvb2.labelString:    Quick Start
  97. Jvb*Jvb2.HelpKey: file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?strthere.htm
  98.  
  99. Jvb*Jvb3:               SUBMENU
  100. Jvb*Jvb3.labelString:   GettingAround
  101.  
  102.     Jvb*GettingAround1:         ITEM
  103.     Jvb*GettingAround1.labelString:     Cosmo Code
  104.     Jvb*GettingAround1.HelpKey:\
  105.         file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?int_pro.htm     
  106.  
  107.     Jvb*GettingAround2:         ITEM
  108.     Jvb*GettingAround2.labelString:     Source Panel
  109.     Jvb*GettingAround2.HelpKey:\
  110.         file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/socard_r.htm 
  111.  
  112.     Jvb*GettingAround3:         ITEM
  113.     Jvb*GettingAround3.labelString:     Card Panel
  114.     Jvb*GettingAround3.HelpKey:\
  115.         file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/cards_r.htm
  116.  
  117.     Jvb*GettingAround4:         ITEM
  118.     Jvb*GettingAround4.labelString:     Visual Builder
  119.     Jvb*GettingAround4.HelpKey:\
  120.         file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../vb/ref/intvb_r.htm
  121.  
  122. Jvb*Jvb4:        ITEM
  123. Jvb*Jvb4.labelString:    Tutorial
  124. Jvb*Jvb4.HelpKey: \
  125.         file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../tut/toc_u.htm
  126.  
  127. Jvb*Jvb5:        SEP
  128.  
  129. Jvb*Jvb6:        ITEM
  130. Jvb*Jvb6.labelString:    Launching the Visual Builder
  131. Jvb*Jvb6.HelpKey: \
  132.         file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../vb/tasks/lnchvb_t.htm
  133.  
  134. Jvb*Jvb7:        ITEM
  135. Jvb*Jvb7.labelString:    Designing an Interface
  136. Jvb*Jvb7.HelpKey: \
  137.         file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../vb/tasks/genstp_t.htm
  138.  
  139. Jvb*Jvb8:        ITEM
  140. Jvb*Jvb8.labelString:    Working With Objects
  141. Jvb*Jvb8.HelpKey: \
  142.         file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../vb/tasks/wrkobj_t.htm
  143.  
  144. Jvb*Jvb9:        ITEM
  145. Jvb*Jvb9.labelString:    Working With Menus
  146. Jvb*Jvb9.HelpKey: \
  147.         file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../vb/tasks/menus_t.htm
  148.  
  149. Jvb*Jvb10:        ITEM
  150. Jvb*Jvb10.labelString:    Handling Events
  151. Jvb*Jvb10.HelpKey: \
  152.         file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../vb/tasks/events_t.htm
  153.  
  154. Jvb*Jvb11:        ITEM
  155. Jvb*Jvb11.labelString:    Working With User-Defined Classes
  156. Jvb*Jvb11.HelpKey: \
  157.         file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../vb/tasks/class_t.htm
  158.  
  159. Jvb*Jvb12:        ITEM
  160. Jvb*Jvb12.labelString:    Working With Palettes
  161. Jvb*Jvb12.HelpKey: \
  162.         file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../vb/tasks/palett_t.htm
  163.  
  164. Jvb*Jvb13:        ITEM
  165. Jvb*Jvb13.labelString:    Editing Files
  166. Jvb*Jvb13.HelpKey: \
  167.         file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/tasks/edsrc_t.htm
  168.  
  169. Jvb*Jvb14:        ITEM
  170. Jvb*Jvb14.labelString:    Testing an Interface
  171. Jvb*Jvb14.HelpKey: \
  172.         file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../vb/tasks/play_t.htm
  173.  
  174. Jvb*Jvb15:        ITEM
  175. Jvb*Jvb15.labelString:    Saving an Interface
  176. Jvb*Jvb15.HelpKey: \
  177.         file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../vb/tasks/save_t.htm
  178.  
  179.  
  180. Jvb*Jvb16:        SEP
  181.  
  182. Jvb*Jvb17:            ITEM
  183. Jvb*Jvb17.labelString:        Java Tools
  184. Jvb*Jvb17.helpKey:         file:/usr/java/webdocs/tools/index.html
  185.  
  186. Jvb*Jvb18:            ITEM
  187. Jvb*Jvb18.labelString:        Java-to-MIPS Translator
  188. Jvb*Jvb18.helpKey:         file:/usr/java/webdocs/translation.html
  189.  
  190. Jvb*Jvb19:            ITEM
  191. Jvb*Jvb19.labelString:        Java API
  192. Jvb*Jvb19.helpKey:         file:/usr/java/webdocs/api/API_users_guide.html
  193.  
  194. Jvb*Jvb20:            ITEM
  195. Jvb*Jvb20.labelString:        Release Notes
  196. Jvb*Jvb20.helpKey: \
  197.         file:/usr/CosmoCode/webdocs/relnote.htm
  198.  
  199. Jvb*Jvb21:            ITEM
  200. Jvb*Jvb21.labelString:        Feedback
  201. Jvb*Jvb21.HelpKey: \
  202.         file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?feedback.htm
  203.  
  204.  
  205. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  206. ! Click for Help Menu items !
  207. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  208.  
  209.  
  210. !! Main window widgets
  211.  
  212. Jvb*mainWindow.form.helpKey:    file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../vb/ref/intvb_r.htm
  213.  
  214.  
  215. !! Menu Bar for all main window menus
  216.  
  217. Jvb*mainWindow.menuBar*.helpKey:    file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../vb/ref/menus_r.htm
  218.  
  219.  
  220. !! Workarea
  221.  
  222. Jvb*workArea*.helpKey:    file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../vb/ref/intvb_r.htm
  223.  
  224.  
  225. !! Palette area
  226.  
  227. Jvb*paletteDeck*.helpKey:    file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../vb/ref/intvb_r.htm
  228.  
  229.  
  230. !! Tool bar
  231.  
  232. Jvb*toolBar*.helpKey:    file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../vb/ref/intvb_r.htm
  233.  
  234.  
  235. !! Control tools
  236.  
  237. Jvb*transport*.helpKey:    file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../vb/ref/intvb_r.htm
  238.  
  239.  
  240. !! Help line
  241.  
  242. Jvb*VkQuickHelpMsgLine.helpKey:    file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../vb/ref/intvb_r.htm
  243.  
  244.  
  245. !! Object Manager
  246.   
  247. Jvb*connectionsWindow.menuBar*.helpKey:    file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../vb/ref/objmgr_r.htm
  248.   
  249. Jvb*connectionsWindow.tabbedDeck*.helpKey:    file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../vb/ref/objmgr_r.htm
  250.   
  251. Jvb*connectionsWindow.VkQuickHelpMsgLine.helpKey:    file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../vb/ref/objmgr_r.htm
  252.  
  253.  
  254. !! Resource editor
  255.  
  256. Jvb*connectionsWindow.tabbedDeck.deck.resourceForm*.helpKey:    file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../vb/ref/resedt_r.htm
  257.  
  258.  
  259. !! Graph
  260.   
  261. Jvb*cosmocode.connectionsWindow.connectionsWindow.tabbedDeck.deck.graphForm.graph*.helpKey:    file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../vb/ref/graph_r.htm
  262.  
  263. Jvb*graph*.helpKey:    file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../vb/ref/graph_r.htm
  264.  
  265.  
  266. !! Wire Manager
  267.  
  268. Jvb*wireManager.menuBar*.helpKey:    file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../vb/ref/wire_r.htm
  269.  
  270. Jvb*wireManager*.helpKey:    file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../vb/ref/wire_r.htm
  271.  
  272.  
  273. !! Palette Manager
  274.  
  275. Jvb*paletteMgr.menuBar*.helpKey:    file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../vb/ref/palett_r.htm
  276.  
  277. Jvb*paletteMgr*.helpKey:    file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../vb/ref/palett_r.htm
  278.  
  279.  
  280. !! Menu Editor
  281.  
  282. Jvb*OutlineEditor*.helpKey:    file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../vb/ref/menued_r.htm
  283.  
  284.  
  285.  
  286.